Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / DataSourceItemSynchronized Event

In This Topic
    DataSourceItemSynchronized Event
    In This Topic
    Occurs when changes made to the source collection has been fully reflected in the storage underlying data source.
    Syntax
    'Declaration
     
    Public Event DataSourceItemSynchronized As DataSourceItemSynchronizedEventHandler
    public event DataSourceItemSynchronizedEventHandler DataSourceItemSynchronized
    Event Data

    The event handler receives an argument of type ItemSynchronizedEventArgs containing data related to this event. The following ItemSynchronizedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the SynchronizationActionEnum value.  
    Gets the reference to the BasePersistableObject derived object.  
    Gets the reference to the data source item.  
    Gets the reference to the changed C1BindingSource object.  
    See Also